Recording Sounds
The Sound Input Manager provides two high-level sound input routines,SndRecord
andSndRecordToFile
, for recording sound. These input routines are analogous to the two Sound Manager functionsSndPlay
andSndStartFilePlay
. By using these high-level routines, you can be assured that your application presents a user interface that is consistent with that displayed by other applications recording sounds. BothSndRecord
andSndRecordToFile
attempt to record sound data from the sound input hardware currently selected in the Sound In control panel.
Subtopics
- SndRecord
- SndRecordToFile